home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-20 / bb21c.zip / GLOSSARY.DOC < prev    next >
Text File  |  1991-01-26  |  1KB  |  23 lines

  1. This is an attempt to explain some of the terminology used elsewhere.
  2. Being an EE by education and a programmer by profession, I tend to write
  3. in obsure jargon at times.  This .DOC file will attempt to explain some
  4. of it.
  5.  
  6. TRANSPARENT -- This refers to transmissions to a user.  If a
  7.       transmission is TRANSPARENT then the BBS fills the packet to the
  8.       maximum packet length before sending it to the user.  The end of
  9.       a packet may come in the middle of a word.  Most TNCS will glue
  10.       the packets back together correctly but it may be annoying for a
  11.       user to see a partial word on his screen followed by a long wait
  12.       for the next packet.  If TRANS0PARENT is off, the BBS will always
  13.       terminate a packet at a carriage return unless the line is more
  14.       than the packet length long.
  15.  
  16.       For another BBS (especially other AA4RE BBS, MSYS, or anyone
  17.       running the G8BPQ code), turn on TRANSPARENT since the BBS
  18.       programs don't care.
  19.  
  20.       TRANSPARENT is controlled by the "T" flag in user file.  New
  21.       users receive their TRANSPARENT settings from the PARMS.BB
  22.       parameter called DEFAULT_TRANSPARENCY
  23.